home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 22 / AMUG_22-1.ISO / Files / Internet / Web Things / Excel to HTML 1.0.3.sit / Excel to HTML 1.0.3 / README-MSW--1.0.3 < prev    next >
Encoding:
Text File  |  1996-05-12  |  1.8 KB  |  64 lines  |  [TEXT/MSWD]

  1. "Excel to HTML"  is used to convert an Excel 4.0 or 5.0 (Mac) 
  2. spreadsheet into an HTML-formatted table, suitable for viewing 
  3. by any WWW browser that supports HTML 3.0. (i.e. Netscape 1.1).  
  4.  
  5. This program was written in AppleScript, with the help of the 
  6. FaceSpan GUI Builder.
  7.  
  8. It requires:
  9.  
  10. 1.  Applescript must be installed on the machine.
  11. 2.  Original table must be in Excel format.
  12. 3.  Excel 4.0 or 5.0 must be installed on the machine.
  13.  
  14. To run the program, simply double-click on the icon and follow 
  15. the instructions in the dialog box.  You can also drag an  
  16. Excel file onto the "Excel to HTML" icon.
  17.  
  18. The following Excel formatting features are preserved:
  19.  
  20. 1. Bold and italic text
  21. 2. Horizontal Alignment (left, center, right)
  22.  
  23. The following HTML formatting features may be added and customized:
  24.  
  25. 1. Include or exclude borders around cells, with a specific width.
  26. 2. Specific value for cell padding.
  27. 3. Include or exclude borders around empty cells.
  28. 4. Customized table caption
  29.  
  30.  
  31. This list of features may grow, depending on the level of interest 
  32. in this utility.
  33.  
  34. Because this conversion utility does not alter the values of the cells,
  35. one may include URLs within the original Excel spreadsheet, and they
  36. will be "live" in the converted HTML table.  This method is often used
  37. to populate a table with GIF or JPEG images.
  38.  
  39. The main utility of this program will be to quickly publish an existing
  40. collection of moderately-sized Excel spreadsheets, without a great amount
  41. of tedious HTML encoding, and without resorting to the sometimes ugly
  42. <PRE> method.
  43.  
  44. R. Trenthem
  45. Rhodes College Computer Center
  46. trenthem@rhodes.edu
  47.  
  48. 7/14/95
  49.  
  50.  
  51. Changes:
  52.  
  53. 1.0.1
  54.    Removed the offending "Activate" event which was causing many people grief.
  55.    
  56. 1.0.2
  57.    Fixed a bug affecting Excel version recognition
  58.    
  59. 1.0.3
  60.    Cell formats are now retained, not just value.
  61.    
  62.     
  63.  
  64.